home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1998 June / Cd Pc Users 9.iso / nostalgi / inst / system16 / shinobi.gcs < prev    next >
Encoding:
Text File  |  1998-02-02  |  1.7 KB  |  76 lines

  1. **************************************************
  2. * SEGA 1987 | SHINOBI                            *
  3. **************************************************
  4.  
  5. .game Shinobi
  6. .shortname shinobi
  7. .gamenumber 1
  8.  
  9. .rompath shinobi\
  10.  
  11. .romsize 4
  12. .romload shinobi.a4 shinobi.a1
  13. .romload shinobi.a5 shinobi.a2
  14.  
  15. .scrsize 32
  16. .scrload shinobi.b9 shinobi.b10 shinobi.b11
  17.  
  18. .objsize 512
  19. .objload shinobi.b1 shinobi.b5
  20. .objload shinobi.b2 shinobi.b6
  21. .objload shinobi.b3 shinobi.b7
  22. .objload shinobi.b4 shinobi.b8
  23. .objoffs 00 00 00 00 00 00 00 0x06 00 00 00 0x04 00 0x02 00 00
  24.  
  25. .defram 0x40 64
  26. .defram 0x41 64
  27. .defram 0x44 64
  28. .defram 0x84 64
  29. .defram 0xC4 64
  30. .defram 0xFE 64
  31. .defram 0xFF 64
  32.  
  33. .define txt 0x41
  34. .define vid 0x40
  35. .define io 0xC4
  36. .define spr 0x44
  37. .define pal 0x84
  38. .define soundbank 0xFE
  39.  
  40. .define iopl1 0x1003
  41. .define iopl2 0x1007
  42. .define iogen 0x1001
  43. .define iods1 0x2003
  44. .define iods2 0x2001
  45.  
  46. .define reghsfg 0x410E98
  47. .define reghsbg 0x410E9A
  48. .define regvsfg 0x410E91
  49. .define regvsbg 0x410E93
  50. .define regpsfg 0x410E81
  51. .define regpsbg 0x410E83
  52. .define regscract 0xF018
  53.  
  54. .define dactype 1
  55.  
  56. .sound 3 (0=nosound)
  57. .samplespath shinobi\samples\shin_
  58. .voicerange 0x41 0x4f
  59. .sfxrange 0xa0 0xba
  60. .bgmrange 0x90 0x9a
  61. .z80load shinobi.a7
  62. .z80patch 0x10f 0xc7
  63. .ym2151
  64.  
  65. .dipswitch 0x01 0 GAME_TYPE COCKTAIL_TABLE UPRIGHT _ _ _ _ _ _
  66. .dipswitch 0x02 1 ADVERTISE_SOUND OFF ON _ _ _ _ _ _
  67. .dipswitch 0x0C 2 NUMBER_OF_LIVES 3 2 5 FREE _ _ _ _
  68. .dipswitch 0x30 4 DIFFICULTY NORMAL EASY HARD HARDEST _ _ _ _
  69. .dipswitch 0x40 6 BULLET'S_SPEED SLOW FAST _ _ _ _ _ _
  70. .dipswitch 0x80 7 LANGUAGE JAPANESE ENGLISH _ _ _ _ _ _
  71.  
  72. .labeljoy NINJA ATTACK JUMP _ DOWN UP RIGHT LEFT
  73. .labelgen COIN_1 COIN_2 TEST SERVICE 1P_START 2P_START _ _
  74.  
  75. .end
  76.